home *** CD-ROM | disk | FTP | other *** search
/ Aminet 16 / Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso / Aminet / dev / src / wangisrc.lha / wangi / z / chunker / History < prev   
Text File  |  1996-04-18  |  1KB  |  40 lines

  1. 1.0  : 04.11.95
  2.      + Original version
  3.  
  4. 1.1  : 05.11.95
  5.      + Full documentation added.
  6.  
  7. 1.2  : 10.11.95
  8.      + Added lots of conditional coding... Amiga exe size is now 2.5k
  9.        compared to 12k !!
  10.      + Amiga version now accepts readarg arguments.
  11.      + Chunker and dechunk Amiga versions are now pure, they can
  12.        be made resident.
  13.      + Actually compiled the MSDOS versions... by heck they are
  14.        over 15k in size!
  15.  
  16. 1.2b
  17. 1.3  : 14.11.95
  18.      + Unix compilation would fail. A #endif was missing from version.h
  19.      + Improved and fixed Unix makefile.
  20.  
  21. 1.4  : 18.02.96
  22.      + Massive speed increase with the Amiga version! About 374% faster!!
  23.        Thanks to Asyncio!
  24.  
  25. 1.5  : 20.02.96
  26.      + Chunker and dechunk would crash if run with wb 1.2,1.3. Fixed this
  27.        and the 1.2 compatable Amiga versions are now also included in the
  28.        archive
  29.  
  30. 1.6  : 01.04.96
  31.      + Minor compilation changes.
  32.      + Fixed minor bug in Unix makefile
  33.      + Fixed problem with segmentation fault on Unix if no args are given
  34.        (Thnaks to Oliver Roberts for pointing out the 2 bugs above)
  35.  
  36. 1.7  : 18.04.96
  37.      + "\n" was missing from the usage information on the DOS/Unix/Ami1.3
  38.        version.
  39.      + Slight changes to code - m#?() changes to OS_#?() (machine.h)
  40.      + makefile had "gcc" as the default compiler rather than "CC"